home *** CD-ROM | disk | FTP | other *** search
- .k hddir
- IF "<hddir>" EQ ""
- install_hd dh0:PBase
- quit
- ENDIF
- echo ""
- echo "This will install PowerBase where you choose on your hard drive."
- echo "*nYou are allowed to install it on your hard drive subject to the*nfollowing conditions:"
- echo "1. The hard drive copy is permanently removed when you dispose of your"
- echo " original PowerBase disk."
- echo "2. If you sell or otherwise dispose of your hard drive, you must first"
- echo " permanently remove the hard drive copy of PowerBase."
- echo "*nIf you do not accept these conditions, or no longer wish to install"
- echo "PowerBase on your hard drive, type N and Return now.*n"
- ask "Do you wish to continue with the installation? (y/n)"
- if not warn
- echo "PowerBase installation aborted."
- quit
- endif
-
- assign env: ram:
- delete >nil: env:pbase quiet
-
- If not exists <hddir>
- makedir <hddir>
- if not exists <hddir>
- echo "Installation failed -- cannot create destination directory"
- quit
- endif
- endif
- if not exists <hddir>.info
- copy powerbase:drawer.icon <hddir>.info
- endif
-
- cd <hddir>
- echo ""
- echo "The installation shall now begin."
- echo ""
- echo " PLEASE WAIT ... copying files"
- copy powerbase:c/mmpp dh0:c
- copy powerbase:c/cls dh0:c
- copy powerbase:PB.hd PowerBaseV3.4
- copy powerbase:PB.hd.icon PowerBaseV3.4.info
- copy powerbase:PowerBasev3.4 PBasev3.4.prog
- copy powerbase:Instructions ""
- copy powerbase:Instructions.info ""
- copy powerbase:About-new-version ""
- copy powerbase:About-new-version.info ""
- copy powerbase:Program-history ""
- copy powerbase:Program-history.info ""
- copy powerbase:fsu3 ""
- copy powerbase:powerbase to powerbase all quiet
- copy powerbase:prefs to Prefs all quiet
- copy powerbase:utilities to Utilities all quiet
- copy powerbase:Prefs.info ""
- copy powerbase:Utilities.info ""
- copy powerbase:Shell ""
- copy powerbase:Shell.info ""
- copy powerbase:.info ""
- echo ""
- echo " INSTALLATION COMPLETE!"
- echo ""
- echo " Now remove the PowerBase disk and boot from your hard drive"
- echo ""
- ask " -- Press [Return] for workbench -- "
- endcli
-